home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
lotus
/
lotus025.dsk
/
COLLAYS.LSS
< prev
next >
Wrap
Text File
|
1995-06-26
|
372b
|
13 lines
'Retrieve all of the layouts in this division
Dim AllLayouts As LayoutCollection
Set AllLayouts = .Division.Foundry.Layouts
Forall Layout In AllLayouts
Print "Layout Info "
Print "Class name ",Layout.ClassName
Print "Name ", Layout.Name
Print "Editor name ", Layout.EditorName
Print "------------------------------------------"
End Forall